منابع مشابه
On the Performance of Multidimensional Array Representations in Programming Languages Based on Virtual Execution Machines
Abstract. This paper evaluates the performance of virtual execution machines (VM) of the CLI and JVM standards for the common approaches to represent multidimensional arrays in high performance computing applications. In particular, it shows which representation is the best for each virtual machine implementation, showing that the choices may be surprisingly contradictory, even with respect to ...
متن کاملUsability of Programming Languages
Programming languages form the interface between programmers (the users) and the computation that they desire the computer to execute. Although studies exist for some aspects of programming language design (such as conditionals), other aspects have received little or no human factors evaluations. Designers thus have little they can rely on if they want to make new languages highly usable, and u...
متن کاملElements of Programming Languages
class Value case class NumV(n: Int) extends Value case class BoolV(b: Boolean) extends Value (Technically, we could encode booleans as integers, but in general we will want to separate out the kinds of values.) Booleans and Conditionals Types Extending the interpreter // helpers def add(v1: Value, v2: Value): Value = (v1,v2) match { case (NumV(v1), NumV(v2)) => NumV (v1 + v2) } def mult(v1: Val...
متن کاملUsability of Programming Languages
Programming languages form the interface between programmers (the users) and the computation that they desire the computer to execute. Although studies exist for some aspects of programming language design (such as conditionals), other aspects have received little or no human factors evaluations. Designers thus have little they can rely on if they want to make new languages highly usable, and u...
متن کاملذخیره در منابع من
با ذخیره ی این منبع در منابع من، دسترسی به آن را برای استفاده های بعدی آسان تر کنید
ژورنال
عنوان ژورنال: The Computer Journal
سال: 1974
ISSN: 0010-4620,1460-2067
DOI: 10.1093/comjnl/17.2.130